home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / GrowBoxDock / Sources / CustomInfo.plist < prev    next >
Encoding:
Extensible Markup Language  |  1999-10-19  |  1.7 KB  |  59 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/plist.dtd">
  3. <plist vers="0.5">
  4. <dict>
  5.     <key>CFBundlePackageType</key>
  6.     <string>APPL</string>
  7.     <key>NSMainNibFile</key>
  8.     <string>Foo.nib</string>
  9.     <key>CFBundleSignature</key>
  10.     <string>ttxt</string>
  11.     <key>CFBundleExecutable</key>
  12.     <string>SimpleText</string>
  13.     <key>NSPrincipalClass</key>
  14.     <string>NSApplication</string>
  15.     <key>NOTE</key>
  16.     <string>Please, do NOT change this file -- It was generated by ProjectBuilder.</string>
  17.     <key>CFBundleIconFile</key>
  18.     <string>SimpleText.icns</string>
  19.     <key>CFBundleDocumentTypes</key> <array>
  20.         <dict>
  21.               <key>CFBundleTypeName</key> <string>TEXT</string>
  22.               <key>CFBundleTypeRole</key> <string>Editor</string>
  23.               <key>CFBundleTypeIconFile</key> <string>text.icns</string>
  24.             <key>CFBundleTypeOSTypes</key>
  25.             <array>
  26.                 <string>TEXT</string>
  27.               </array>
  28.             <key>CFBundleTypeSuffixes</key>
  29.             <array>
  30.                 <string>txt</string>
  31.                 <string>text</string>
  32.               </array>
  33.         </dict>
  34.         <dict>
  35.               <key>CFBundleTypeName</key> <string>ttro</string>
  36.               <key>CFBundleTypeRole</key> <string>Viewer</string>
  37.               <key>CFBundleTypeIconFile</key> <string>trro.icns</string>
  38.             <key>CFBundleTypeOSTypes</key>
  39.             <array>
  40.                 <string>ttro</string>
  41.               </array>
  42.         </dict>
  43.         <dict>
  44.               <key>CFBundleTypeName</key> <string>PICT</string>
  45.               <key>CFBundleTypeRole</key> <string>Viewer</string>
  46.               <key>CFBundleTypeIconFile</key> <string>PICT.icns</string>
  47.             <key>CFBundleTypeOSTypes</key>
  48.             <array>
  49.                 <string>PICT</string>
  50.               </array>
  51.             <key>CFBundleTypeSuffixes</key>
  52.             <array>
  53.                 <string>pict</string>
  54.               </array>
  55.         </dict>
  56.     </array>
  57. </dict>
  58. </plist>
  59.